home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 January / Disc 3 / Amethyst.iso / live / usr / lib / perl5 / 5.6.0 / auto / Getopt / Long / config.al < prev    next >
Encoding:
Text File  |  2001-03-10  |  310 b   |  14 lines

  1. # NOTE: Derived from lib/Getopt/Long.pm.
  2. # Changes made here will be lost when autosplit again.
  3. # See AutoSplit.pm.
  4. package Getopt::Long;
  5.  
  6. #line 870 "lib/Getopt/Long.pm (autosplit into lib/auto/Getopt/Long/config.al)"
  7. # Deprecated name.
  8. sub config (@) {
  9.     Configure (@_);
  10. }
  11.  
  12. # end of Getopt::Long::config
  13. 1;
  14.